ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BoxWhisker<T> Class / MeanLineStyle Property






In This Topic
    MeanLineStyle Property (BoxWhisker<T>)
    In This Topic
    Gets or sets a value that specifies the style for the mean line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MeanLineStyle As SVGStyle
    'Usage
     
    
    Dim instance As BoxWhisker(Of T)
    Dim value As SVGStyle
     
    value = instance.MeanLineStyle
    public SVGStyle MeanLineStyle {get;}
    public read-only property MeanLineStyle: SVGStyle; 
    public function get MeanLineStyle : SVGStyle
    public: __property SVGStyle* get_MeanLineStyle();
    public:
    property SVGStyle^ MeanLineStyle {
       SVGStyle^ get();
    }
    See Also